home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200410-11.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  74 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200410-11.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(15472);
  15.  script_version("$Revision: 1.2 $");
  16.  script_bugtraq_id(11406);
  17.  script_xref(name: "GLSA", value: "200410-11");
  18.  script_cve_id("CAN-2004-0803");
  19.  
  20.  desc = 'The remote host is affected by the vulnerability described in GLSA-200410-11
  21. (tiff: Buffer overflows in image decoding)
  22.  
  23.  
  24.     Chris Evans found heap-based overflows in RLE decoding routines in
  25.     tif_next.c, tif_thunder.c and potentially tif_luv.c.
  26.   
  27. Impact
  28.  
  29.     A remote attacker could entice a user to view a carefully crafted TIFF
  30.     image file, which would potentially lead to execution of arbitrary code
  31.     with the rights of the user viewing the image. This affects any program
  32.     that makes use of the tiff library, including GNOME and KDE web browsers or
  33.     mail readers.
  34.   
  35. Workaround
  36.  
  37.     There is no known workaround at this time.
  38.   
  39. References:
  40.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0803
  41.  
  42.  
  43. Solution: 
  44.     All tiff library users should upgrade to the latest version:
  45.     # emerge sync
  46.     # emerge -pv ">=media-libs/tiff-3.6.1-r2"
  47.     # emerge ">=media-libs/tiff-3.6.1-r2"
  48.     xv makes use of the tiff library and needs to be recompiled to receive the
  49.     new patched version of the library. All xv users should also upgrade to the
  50.     latest version:
  51.     # emerge sync
  52.     # emerge -pv ">=media-gfx/xv-3.10a-r8"
  53.     # emerge ">=media-gfx/xv-3.10a-r8"
  54.   
  55.  
  56. Risk factor : Medium
  57. ';
  58.  script_description(english: desc);
  59.  script_copyright(english: "(C) 2004 Michel Arboi");
  60.  script_name(english: "[GLSA-200410-11] tiff: Buffer overflows in image decoding");
  61.  script_category(ACT_GATHER_INFO);
  62.  script_family(english: "Gentoo Local Security Checks");
  63.  script_dependencies("ssh_get_info.nasl");
  64.  script_require_keys('Host/Gentoo/qpkg-list');
  65.  script_summary(english: 'tiff: Buffer overflows in image decoding');
  66.  exit(0);
  67. }
  68.  
  69. include('qpkg.inc');
  70. if (qpkg_check(package: "media-libs/tiff", unaffected: make_list("ge 3.6.1-r2"), vulnerable: make_list("lt 3.6.1-r2")
  71. )) { security_warning(0); exit(0); }
  72. if (qpkg_check(package: "media-gfx/xv", unaffected: make_list("ge 3.10a-r8"), vulnerable: make_list("le 3.10a-r7")
  73. )) { security_warning(0); exit(0); }
  74.